ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / MultiSelect<T> Class / ShowFilterInput Property

In This Topic
    ShowFilterInput Property (MultiSelect<T>)
    In This Topic
    Gets or sets whether the control should display a "filter" input above the items to filter the items displayed.
    Syntax
    'Declaration
     
    Public Property ShowFilterInput As Boolean
    public bool ShowFilterInput {get; set;}
    Remarks
    The default value for this property is false.
    See Also